ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseSeriesView<TOwnerView,TSeriesDataModel> Class / visiblePoints Property

In This Topic
    visiblePoints Property (_BaseSeriesView<TOwnerView,TSeriesDataModel>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property visiblePoints As List(Of IPointModel)
    public List<IPointModel> visiblePoints {get;}
    See Also